home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 364
- Top = 177
- BorderStyle = bsToolWindow
- Caption = 'About'
- ClientHeight = 207
- ClientWidth = 243
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 144
- Top = 96
- Width = 678
- Height = 29
- Caption = '1997 by Luis Cobian. FREEWARE. cobian@educ.umu.se'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Button1: TButton
- Left = 88
- Top = 176
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Timer1: TTimer
- Interval = 10
- OnTimer = Timer1Timer
- Left = 56
- Top = 8
- end
- object Timer2: TTimer
- Interval = 100
- OnTimer = Timer2Timer
- Left = 96
- Top = 8
- end
- end
-